Press
|
To
|
|---|---|
CTRL+Z
|
Undo the previous command.
|
CTRL+SHIFT+Z
|
Redo the undone command.
|
CTRL+X
|
Delete the selected text from the file and copy it the clipboard.
|
SHIFT+DELETE
|
Delete the selected text from the file and copy it the clipboard.
|
CTRL+C
|
Copy the selected text to the clipboard.
|
CTRL+INSERT
|
Copy the selected text to the clipboard.
|
CTRL+V
|
Insert the clipboard text into the file.
|
SHIFT+INSERT
|
Insert the clipboard text into the file.
|
CTRL+Y
|
Remove the current line.
|
BACKSPACE
|
Remove character preceding the caret.
|
DELETE
|
Remove character after the caret.
|
SHIFT+SPACE
|
Insert space without expanding abbreviation.
|
CTRL+W
|
Select the word the caret is on. For Java files, successively selects expanding blocks of code.
|
Keyboard shortcut
|
With no selected text
|
With selected text
|
|---|---|---|
TAB
|
Insert tab
|
Shift the lines with selection to the right
|
SHIFT+TAB
|
Shift the lines with selection to the left
|